home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __interesting_stuff__ / messerschmidt_s_macmagicoracle / card_11182.txt < prev    next >
Text File  |  1993-08-17  |  948b  |  49 lines

  1. -- card: 11182 from stack: in
  2. -- bmap block id: 13055
  3. -- flags: 0000
  4. -- background id: 7816
  5. -- name: A9
  6. ----- HyperTalk script -----
  7. ON OPENCARD
  8.   PLAY "THUNDER"
  9. END OPENCARD
  10.  
  11.  
  12.  
  13. -- part 2 (button)
  14. -- low flags: 00
  15. -- high flags: 8003
  16. -- rect: left=2 top=278 right=339 bottom=129
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 21060 / 21060
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Another wish or question?
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   go card flash
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 3 (button)
  33. -- low flags: 00
  34. -- high flags: 8003
  35. -- rect: left=381 top=279 right=340 bottom=508
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 29484 / 29484
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: Finished  for today.
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   go card done
  47. end mouseUp
  48.  
  49.